home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / dc15 / chain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  346 b   |  14 lines

  1.  
  2. #define HEADERSIZE        80*3
  3. #define MENULINESIZE    80*3
  4. #define HEADERLINE        3
  5. #define    TAILLINE        1
  6. #define    INDEXLINE        1
  7.  
  8. void LineCount(void);
  9. void MakeIndex(int lcnt);
  10. char *GetDateString(unsigned short int date,char *datebuf);
  11. char *GetTimeString(unsigned short int time,char *timebuf);
  12. char *WriteOpenName(char *f);
  13. void Chain(int m);
  14.